home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / scripts / mail < prev    next >
Text File  |  1997-07-09  |  572b  |  35 lines

  1.  
  2. ;;;  Script to proces mail and .TIC files.
  3.  
  4.  
  5. wait 2
  6.  
  7. avail flush >nil:
  8.  
  9. trion  -max  "Mail processor is started, system can be a little slower"
  10.  
  11. trion:utils/CheckInbound -q
  12.  
  13. if WARN
  14.    trion:utils/tmp P -d
  15. else
  16.  
  17.    ;;;  process  .TIC files
  18.  
  19.    trion:utils/TrionTick  -p -b
  20.  
  21.    ;CD trion:inbound       ;;; to enable unpacking ARC and ARJ archives
  22.  
  23.    trion:utils/tmp  U -c -b -f -d
  24.  
  25.    ;CD trion:              ;;; to enable unpacking ARC and ARJ archives
  26.  
  27.    trion:utils/areafix   F -d
  28.  
  29.    trion:utils/tmp  P    -d
  30.  
  31. endif
  32.  
  33. trion  -m -a -x  "Mail processor is Finished !"
  34.  
  35.